Skip to main content

All Questions

Tagged with
1vote
1answer
79views

Is this form generator a valid Composite GoF?

Searching for a good PHP real world example, I've found this example of "composite" using: FormElement as Component Fieldset and Form as Containers Input as Leaf (this is my UML from the code): So, ...
celsowm's user avatar

close